This Genie will make multiple copies of a box with user specified offset and rotation between copies. The boxes are linked in order of creation, allowing text to flow throgh the chain.
(Modified from original Gold Disk genie by Don Cox.)
*/
cr = '0a'x
address command
call SafeEndEdit.rexx()
units = ppm_GetUnits()
if units = 3 then
call ppm_SetUnits(1)
signal on halt
signal on break_c
signal on break_e
signal on break_d
form = "Columns"cr"Rows"cr"Gutter"
/* This Genie allows user to duplicate, move and rotate a box
* in one step
*/
box = ppm_ClickOnBox("Click on box to duplicate..")